home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2273 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  652 b 

  1. Path: btree.is.brooktree.com!usenet
  2. From: sasha@brooktree.com (Alex Bakaev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland vs MSFT DLL size
  5. Date: Tue, 16 Jan 1996 20:08:57 GMT
  6. Organization: Brooktree Corporation
  7. Message-ID: <4dh0kf$oc4@btree.brooktree.com>
  8. References: <4d70f1$ods@ns2.ptd.net>
  9. NNTP-Posting-Host: komissar.is.brooktree.com
  10.  
  11. vcat@postoffice.ptd.net (veronica catrombon) wrote:
  12.  
  13. >I have a DLL that is 65K bytes using MSFT Visual C++,
  14. >and is 287K using Borland 4.0.  
  15.  
  16. [deleted]
  17.  
  18. Are you sure debugging info is tripped off ? You can do it by running
  19. tdstrip.exe or by disabling debug info in the compiler/linker
  20. settings.
  21.  
  22. Regards, Alex
  23.  
  24.